home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / uninst / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-06-24  |  813 b   |  23 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=JoneSoft UnInstall Cleaner
  4. AppVerName=JoneSoft UnInstall Cleaner
  5. AppId=JoneSoft UnInstall Cleaner
  6. DefaultDirName={pf}\uninstallcleaner
  7. DefaultGroupName=JoneSoft UnInstall Cleaner
  8. OutputBaseFilename=setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\JoneSoft.txt"; DestDir: "{app}"; 
  16. Source: "{app}\JSUIC.HLP"; DestDir: "{app}"; 
  17. Source: "{app}\JSUIC.exe"; DestDir: "{app}"; 
  18. Source: "{app}\RegForm.txt"; DestDir: "{app}"; 
  19. [Run]
  20. Filename: "{app}\JSUIC.exe"; Description: "Executar o Programa"; Flags: postinstall nowait
  21. [Icons]
  22. Name: "{group}\JoneSoft UnInstall Cleaner"; Filename: "{app}\JSUIC.exe"; 
  23.